From: Steven Hand Date: Thu, 5 Apr 2007 05:51:53 +0000 (+0100) Subject: Fix comment. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15264^2~24 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=af6b4b22c25edd5262adc2a8670a228908dd2146;p=xen.git Fix comment. Signed-off-by: Steven Hand --- diff --git a/xen/arch/x86/hvm/vmx/vmx.c b/xen/arch/x86/hvm/vmx/vmx.c index c618d3e886..855274b8da 100644 --- a/xen/arch/x86/hvm/vmx/vmx.c +++ b/xen/arch/x86/hvm/vmx/vmx.c @@ -2629,7 +2629,7 @@ asmlinkage void vmx_vmexit_handler(struct cpu_user_regs *regs) HVMTRACE_1D(VMMCALL, v, regs->eax); inst_len = __get_instruction_length(); /* Safe: VMCALL */ if ( !hvm_do_hypercall(regs) ) - __update_guest_eip(inst_len); /* preempted */ + __update_guest_eip(inst_len); /* not preempted */ break; } case EXIT_REASON_CR_ACCESS: